home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / managers / IToolTipManagerClient.as < prev    next >
Text File  |  2009-02-12  |  269b  |  14 lines

  1. package mx.managers
  2. {
  3.    import mx.core.IFlexDisplayObject;
  4.    
  5.    public interface IToolTipManagerClient extends IFlexDisplayObject
  6.    {
  7.        
  8.       
  9.       function get toolTip() : String;
  10.       
  11.       function set toolTip(param1:String) : void;
  12.    }
  13. }
  14.